home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 700 / textplus / unpacktpp400n < prev    next >
Text File  |  1995-03-18  |  792b  |  33 lines

  1. .K ""
  2. echo "This script will use the following archives to recreate the"
  3. echo "original TPP400N distribution disk:"
  4. echo ""
  5. echo "  TPP400N.lha =>    TPP400N:"
  6. echo "  Common.lha   => TPP400N:"
  7. echo ""
  8.  
  9. ask "Do you have a blank disk ready?"
  10. if not WARN
  11.     echo "Try again when you do ..."
  12.     echo "All Done.  Click close gadget to get rid of window."
  13.     endcli
  14. endif
  15.  
  16. ask "Is floppy drive df1: free?"
  17. if not WARN
  18.     echo "You will need to do the unpacking yourself."
  19.     echo "All Done.  Click close gadget to get rid of window."
  20.     endcli
  21. endif
  22.  
  23. sys:system/format drive df1: name TPP400N noicons
  24.  
  25. echo "Unpacking TPP400N.lha ..."
  26. :c/lha -x -a -m x TPP400N.lha TPP400N:
  27.  
  28. echo "Unpacking Common.lha ..."
  29. :c/lha -x -a -m x Common.lha TPP400N:
  30.  
  31. echo "All Done.  Click close gadget to get rid of window."
  32. endcli
  33.